home *** CD-ROM | disk | FTP | other *** search
- set on=Config_AmiTCP
- set nn=Config AmiTCP
-
- ; Rename-delete Block
- If Exists "AmiTCP:$on"
- Rename "AmiTCP:$on" "AmiTCP:$nn"
- Endif
- If Exists "AmiTCP:$on.info"
- Delete "AmiTCP:$on.info" Quiet Force
- Endif
- ; End Rename-Replace Block
-
- set on=HowToOrder
-
- ; Delete Block
- If Exists "AmiTCP:$on"
- Delete "AmiTCP:$on" Quiet Force
- Endif
- If Exists "AmiTCP:$on.info"
- Delete "AmiTCP:$on.info" Quiet Force
- Endif
- ; End Block
-
- ; 4.1 did not have read-me-first file.
- set on=README.FIRST.4.2
-
- ; Delete Block
- If Exists "AmiTCP:$on"
- Delete "AmiTCP:$on" Quiet Force
- Endif
- If Exists "AmiTCP:$on.info"
- Delete "AmiTCP:$on.info" Quiet Force
- Endif
- ; End Block
-
- set on=doc/fingerd.doc
-
- ; Delete Block
- If Exists "AmiTCP:$on"
- Delete "AmiTCP:$on" Quiet Force
- Endif
- If Exists "AmiTCP:$on.info"
- Delete "AmiTCP:$on.info" Quiet Force
- Endif
- ; End Block
-